Html Css Color HEX #AFAA4D Brass

📋 copy color: '#AFAA4D'

red 175 ◦ green 170 ◦ blue 77

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

Shades of Brass #AFAA4D

Tints of Brass #AFAA4D

RGB

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

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

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

R = 41.47%
G = 40.28%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#AFAA4D (or 0xAFAA4D) is known color: Brass. HEX triplet: AF, AA and 4D. RGB value is (175,170,77). Sum of RGB (Red+Green+Blue) = 175+170+77=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 170 (66.80% from 255 or 40.28% from 422); Blue value is 77 (30.47% from 255 or 18.25% from 422); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAA4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAA4D is #5055B2. Grayscale: #A1A1A1. Windows color (decimal): -5264819 or 5089967. OLE color: 5089967.

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

Color convert

RGB 175 170 77 -
CMYK 0 0.03 0.56 0.31
HSL 56.94º 0.39% 0.49% -
HSV(B) 56.94º 0.56% 0.69% -
XYZ 33.39 38.4 12.67 -
YUV 160.89 80.66 138.06 -
System Red Green Blue C M Y K H S L
Decimal 175 170 77 0 0.03 0.56 0.31 56.94 0.39 0.49
Hex AF AA 4D 0 3 38 1F 39 27 31
Octal 257 252 115 0 3 70 37 71 47 61
Binary 10101111 10101010 1001101 0 11 111000 11111 111001 100111 110001

Color Harmonies of #AFAA4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAA4D

Black with #AFAA4D

Text Example


Text Example

White with #AFAA4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAA4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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