Html Css Color HEX #AFAA42 Brass

📋 copy color: '#AFAA42'

red 175 ◦ green 170 ◦ blue 66

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

Shades of Brass #AFAA42

Tints of Brass #AFAA42

RGB

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

 GREEN value IS 170 (66.8% from 255) = 41.36%

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

R = 42.58%
G = 41.36%
B = 16.06%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#AFAA42 (or 0xAFAA42) is known color: Brass. HEX triplet: AF, AA and 42. RGB value is (175,170,66). Sum of RGB (Red+Green+Blue) = 175+170+66=411 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.58% from 411); Green value is 170 (66.80% from 255 or 41.36% from 411); Blue value is 66 (26.17% from 255 or 16.06% from 411); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAA42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFAA42 is #5055BD. Grayscale: #A0A0A0. Windows color (decimal): -5264830 or 4369071. OLE color: 4369071.

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

Color convert

RGB 175 170 66 -
CMYK 0 0.03 0.62 0.31
HSL 57.25º 0.45% 0.47% -
HSV(B) 57.25º 0.62% 0.69% -
XYZ 33.04 38.26 10.8 -
YUV 159.64 75.16 138.96 -
System Red Green Blue C M Y K H S L
Decimal 175 170 66 0 0.03 0.62 0.31 57.25 0.45 0.47
Hex AF AA 42 0 3 3E 1F 39 2D 2F
Octal 257 252 102 0 3 76 37 71 55 57
Binary 10101111 10101010 1000010 0 11 111110 11111 111001 101101 101111

Color Harmonies of #AFAA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAA42

Black with #AFAA42

Text Example


Text Example

White with #AFAA42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAA42; }

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

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

background-color css

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

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

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

border-color css

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

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

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