Html Css Color HEX #AFA84D Brass

📋 copy color: '#AFA84D'

red 175 ◦ green 168 ◦ blue 77

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

Shades of Brass #AFA84D

Tints of Brass #AFA84D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 18.33%

R = 41.67%
G = 40%
B = 18.33%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#AFA84D (or 0xAFA84D) is known color: Brass. HEX triplet: AF, A8 and 4D. RGB value is (175,168,77). Sum of RGB (Red+Green+Blue) = 175+168+77=420 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.67% from 420); Green value is 168 (66.02% from 255 or 40% from 420); Blue value is 77 (30.47% from 255 or 18.33% from 420); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA84D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA84D is #5057B2. Grayscale: #A0A0A0. Windows color (decimal): -5265331 or 5089455. OLE color: 5089455.

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

Color convert

RGB 175 168 77 -
CMYK 0 0.04 0.56 0.31
HSL 55.71º 0.39% 0.49% -
HSV(B) 55.71º 0.56% 0.69% -
XYZ 33.02 37.66 12.55 -
YUV 159.72 81.32 138.9 -
System Red Green Blue C M Y K H S L
Decimal 175 168 77 0 0.04 0.56 0.31 55.71 0.39 0.49
Hex AF A8 4D 0 4 38 1F 38 27 31
Octal 257 250 115 0 4 70 37 70 47 61
Binary 10101111 10101000 1001101 0 100 111000 11111 111000 100111 110001

Color Harmonies of #AFA84D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA84D

Black with #AFA84D

Text Example


Text Example

White with #AFA84D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA84D; }

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

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

background-color css

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

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

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

border-color css

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

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

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