Html Css Color HEX #AFAA4E Brass

📋 copy color: '#AFAA4E'

red 175 ◦ green 170 ◦ blue 78

#AFAA4E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brass #AFAA4E

Tints of Brass #AFAA4E

RGB

 RED value IS 175 (68.75% from 255) = 41.37%

 GREEN value IS 170 (66.8% from 255) = 40.19%

 BLUE value IS 78 (30.86% from 255) = 18.44%

R = 41.37%
G = 40.19%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.55

 K value IS 0.31

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AFAA4E (or 0xAFAA4E) is known color: Brass. HEX triplet: AF, AA and 4E. RGB value is (175,170,78). Sum of RGB (Red+Green+Blue) = 175+170+78=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 170 (66.80% from 255 or 40.19% from 423); Blue value is 78 (30.86% from 255 or 18.44% from 423); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAA4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAA4E is #5055B1. Grayscale: #A1A1A1. Windows color (decimal): -5264818 or 5155503. OLE color: 5155503.

HSL color Cylindrical-coordinate representation of color #AFAA4E: hue angle of 56.91º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AFAA4E is Cyan = 0, Magento = 0.03, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 170 78 -
CMYK 0 0.03 0.55 0.31
HSL 56.91º 0.38% 0.5% -
HSV(B) 56.91º 0.55% 0.69% -
XYZ 33.43 38.41 12.86 -
YUV 161.01 81.16 137.98 -
System Red Green Blue C M Y K H S L
Decimal 175 170 78 0 0.03 0.55 0.31 56.91 0.38 0.5
Hex AF AA 4E 0 3 37 1F 39 26 32
Octal 257 252 116 0 3 67 37 71 46 62
Binary 10101111 10101010 1001110 0 11 110111 11111 111001 100110 110010

Color Harmonies of #AFAA4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAA4E

Black with #AFAA4E

Text Example


Text Example

White with #AFAA4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAA4E; }

 p { color: rgb(175,170,78); }

 H1.HeaderClassName
 {
   color: #AFAA4E;
 }
 .AnyTagClassName
 {
   color: #AFAA4E;
 }
</style>

background-color css

<style>
 a { background-color: #AFAA4E; }

 a { background-color: rgb(175,170,78); }

 div.DivClassName
 {
   background-color: #AFAA4E;
 }
 .BgClassName
 {
   background-color: #AFAA4E;
 }
</style>

border-color css

<style>
 span { border-color: #AFAA4E; }

 span { border-color: rgb(175,170,78); }

 td.TdClassName
 {
   border-color: #AFAA4E;
 }
 .TagClassName
 {
   border-color: #AFAA4E;
 }
</style>