Html Css Color HEX #AFA84A Brass

📋 copy color: '#AFA84A'

red 175 ◦ green 168 ◦ blue 74

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

Shades of Brass #AFA84A

Tints of Brass #AFA84A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 17.75%

R = 41.97%
G = 40.29%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#AFA84A (or 0xAFA84A) is known color: Brass. HEX triplet: AF, A8 and 4A. RGB value is (175,168,74). Sum of RGB (Red+Green+Blue) = 175+168+74=417 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.97% from 417); Green value is 168 (66.02% from 255 or 40.29% from 417); Blue value is 74 (29.30% from 255 or 17.75% from 417); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA84A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA84A is #5057B5. Grayscale: #9F9F9F. Windows color (decimal): -5265334 or 4892847. OLE color: 4892847.

HSL color Cylindrical-coordinate representation of color #AFA84A: hue angle of 55.84º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AFA84A is Cyan = 0, Magento = 0.04, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 168 74 -
CMYK 0 0.04 0.58 0.31
HSL 55.84º 0.41% 0.49% -
HSV(B) 55.84º 0.58% 0.69% -
XYZ 32.92 37.61 12 -
YUV 159.38 79.82 139.14 -
System Red Green Blue C M Y K H S L
Decimal 175 168 74 0 0.04 0.58 0.31 55.84 0.41 0.49
Hex AF A8 4A 0 4 3A 1F 38 29 31
Octal 257 250 112 0 4 72 37 70 51 61
Binary 10101111 10101000 1001010 0 100 111010 11111 111000 101001 110001

Color Harmonies of #AFA84A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA84A

Black with #AFA84A

Text Example


Text Example

White with #AFA84A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA84A; }

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

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

background-color css

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

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

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

border-color css

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

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

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