Html Css Color HEX #AFA84E Brass

📋 copy color: '#AFA84E'

red 175 ◦ green 168 ◦ blue 78

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

Shades of Brass #AFA84E

Tints of Brass #AFA84E

RGB

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

 GREEN value IS 168 (66.02% from 255) = 39.9%

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

R = 41.57%
G = 39.9%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#AFA84E (or 0xAFA84E) is known color: Brass. HEX triplet: AF, A8 and 4E. RGB value is (175,168,78). Sum of RGB (Red+Green+Blue) = 175+168+78=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 168 (66.02% from 255 or 39.90% from 421); Blue value is 78 (30.86% from 255 or 18.53% from 421); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA84E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA84E is #5057B1. Grayscale: #A0A0A0. Windows color (decimal): -5265330 or 5154991. OLE color: 5154991.

HSL color Cylindrical-coordinate representation of color #AFA84E: hue angle of 55.67º 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 #AFA84E is Cyan = 0, Magento = 0.04, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 168 78 -
CMYK 0 0.04 0.55 0.31
HSL 55.67º 0.38% 0.5% -
HSV(B) 55.67º 0.55% 0.69% -
XYZ 33.06 37.67 12.74 -
YUV 159.83 81.82 138.82 -
System Red Green Blue C M Y K H S L
Decimal 175 168 78 0 0.04 0.55 0.31 55.67 0.38 0.5
Hex AF A8 4E 0 4 37 1F 38 26 32
Octal 257 250 116 0 4 67 37 70 46 62
Binary 10101111 10101000 1001110 0 100 110111 11111 111000 100110 110010

Color Harmonies of #AFA84E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA84E

Black with #AFA84E

Text Example


Text Example

White with #AFA84E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA84E; }

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

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

background-color css

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

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

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

border-color css

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

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

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