Html Css Color HEX #AFA242 Brass

📋 copy color: '#AFA242'

red 175 ◦ green 162 ◦ blue 66

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

Shades of Brass #AFA242

Tints of Brass #AFA242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 16.38%

R = 43.42%
G = 40.2%
B = 16.38%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#AFA242 (or 0xAFA242) is known color: Brass. HEX triplet: AF, A2 and 42. RGB value is (175,162,66). Sum of RGB (Red+Green+Blue) = 175+162+66=403 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.42% from 403); Green value is 162 (63.67% from 255 or 40.20% from 403); Blue value is 66 (26.17% from 255 or 16.38% from 403); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA242 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA242 is #505DBD. Grayscale: #9B9B9B. Windows color (decimal): -5266878 or 4367023. OLE color: 4367023.

HSL color Cylindrical-coordinate representation of color #AFA242: hue angle of 52.84º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AFA242 is Cyan = 0, Magento = 0.07, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 162 66 -
CMYK 0 0.07 0.62 0.31
HSL 52.84º 0.45% 0.47% -
HSV(B) 52.84º 0.62% 0.69% -
XYZ 31.58 35.35 10.31 -
YUV 154.94 77.81 142.31 -
System Red Green Blue C M Y K H S L
Decimal 175 162 66 0 0.07 0.62 0.31 52.84 0.45 0.47
Hex AF A2 42 0 7 3E 1F 35 2D 2F
Octal 257 242 102 0 7 76 37 65 55 57
Binary 10101111 10100010 1000010 0 111 111110 11111 110101 101101 101111

Color Harmonies of #AFA242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA242

Black with #AFA242

Text Example


Text Example

White with #AFA242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA242; }

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

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

background-color css

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

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

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

border-color css

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

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

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