Html Css Color HEX #AFA64D Brass

📋 copy color: '#AFA64D'

red 175 ◦ green 166 ◦ blue 77

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

Shades of Brass #AFA64D

Tints of Brass #AFA64D

RGB

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

 GREEN value IS 166 (65.23% from 255) = 39.71%

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

R = 41.87%
G = 39.71%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#AFA64D (or 0xAFA64D) is known color: Brass. HEX triplet: AF, A6 and 4D. RGB value is (175,166,77). Sum of RGB (Red+Green+Blue) = 175+166+77=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 166 (65.23% from 255 or 39.71% from 418); Blue value is 77 (30.47% from 255 or 18.42% from 418); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA64D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA64D is #5059B2. Grayscale: #9E9E9E. Windows color (decimal): -5265843 or 5088943. OLE color: 5088943.

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

Color convert

RGB 175 166 77 -
CMYK 0 0.05 0.56 0.31
HSL 54.49º 0.39% 0.49% -
HSV(B) 54.49º 0.56% 0.69% -
XYZ 32.65 36.92 12.43 -
YUV 158.55 81.98 139.74 -
System Red Green Blue C M Y K H S L
Decimal 175 166 77 0 0.05 0.56 0.31 54.49 0.39 0.49
Hex AF A6 4D 0 5 38 1F 36 27 31
Octal 257 246 115 0 5 70 37 66 47 61
Binary 10101111 10100110 1001101 0 101 111000 11111 110110 100111 110001

Color Harmonies of #AFA64D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA64D

Black with #AFA64D

Text Example


Text Example

White with #AFA64D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA64D; }

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

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

background-color css

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

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

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

border-color css

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

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

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