Html Css Color HEX #AFA84F Brass

📋 copy color: '#AFA84F'

red 175 ◦ green 168 ◦ blue 79

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

Shades of Brass #AFA84F

Tints of Brass #AFA84F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 18.72%

R = 41.47%
G = 39.81%
B = 18.72%

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

#AFA84F (or 0xAFA84F) is known color: Brass. HEX triplet: AF, A8 and 4F. RGB value is (175,168,79). Sum of RGB (Red+Green+Blue) = 175+168+79=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 168 (66.02% from 255 or 39.81% from 422); Blue value is 79 (31.25% from 255 or 18.72% from 422); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA84F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA84F is #5057B0. Grayscale: #A0A0A0. Windows color (decimal): -5265329 or 5220527. OLE color: 5220527.

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

Color convert

RGB 175 168 79 -
CMYK 0 0.04 0.55 0.31
HSL 55.63º 0.38% 0.5% -
HSV(B) 55.63º 0.55% 0.69% -
XYZ 33.09 37.68 12.93 -
YUV 159.95 82.32 138.74 -
System Red Green Blue C M Y K H S L
Decimal 175 168 79 0 0.04 0.55 0.31 55.63 0.38 0.5
Hex AF A8 4F 0 4 37 1F 38 26 32
Octal 257 250 117 0 4 67 37 70 46 62
Binary 10101111 10101000 1001111 0 100 110111 11111 111000 100110 110010

Color Harmonies of #AFA84F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA84F

Black with #AFA84F

Text Example


Text Example

White with #AFA84F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA84F; }

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

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

background-color css

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

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

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

border-color css

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

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

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