Html Css Color HEX #AFA24D Brass

📋 copy color: '#AFA24D'

red 175 ◦ green 162 ◦ blue 77

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

Shades of Brass #AFA24D

Tints of Brass #AFA24D

RGB

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

 GREEN value IS 162 (63.67% from 255) = 39.13%

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

R = 42.27%
G = 39.13%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#AFA24D (or 0xAFA24D) is known color: Brass. HEX triplet: AF, A2 and 4D. RGB value is (175,162,77). Sum of RGB (Red+Green+Blue) = 175+162+77=414 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.27% from 414); Green value is 162 (63.67% from 255 or 39.13% from 414); Blue value is 77 (30.47% from 255 or 18.60% from 414); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA24D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA24D is #505DB2. Grayscale: #9C9C9C. Windows color (decimal): -5266867 or 5087919. OLE color: 5087919.

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

Color convert

RGB 175 162 77 -
CMYK 0 0.07 0.56 0.31
HSL 52.04º 0.39% 0.49% -
HSV(B) 52.04º 0.56% 0.69% -
XYZ 31.94 35.49 12.19 -
YUV 156.2 83.31 141.41 -
System Red Green Blue C M Y K H S L
Decimal 175 162 77 0 0.07 0.56 0.31 52.04 0.39 0.49
Hex AF A2 4D 0 7 38 1F 34 27 31
Octal 257 242 115 0 7 70 37 64 47 61
Binary 10101111 10100010 1001101 0 111 111000 11111 110100 100111 110001

Color Harmonies of #AFA24D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA24D

Black with #AFA24D

Text Example


Text Example

White with #AFA24D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA24D; }

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

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

background-color css

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

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

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

border-color css

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

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

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