Html Css Color HEX #AFA54C Brass

📋 copy color: '#AFA54C'

red 175 ◦ green 165 ◦ blue 76

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

Shades of Brass #AFA54C

Tints of Brass #AFA54C

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.66%

 BLUE value IS 76 (30.08% from 255) = 18.27%

R = 42.07%
G = 39.66%
B = 18.27%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#AFA54C (or 0xAFA54C) is known color: Brass. HEX triplet: AF, A5 and 4C. RGB value is (175,165,76). Sum of RGB (Red+Green+Blue) = 175+165+76=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 165 (64.84% from 255 or 39.66% from 416); Blue value is 76 (30.08% from 255 or 18.27% from 416); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA54C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA54C is #505AB3. Grayscale: #9E9E9E. Windows color (decimal): -5266100 or 5023151. OLE color: 5023151.

HSL color Cylindrical-coordinate representation of color #AFA54C: hue angle of 53.94º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AFA54C is Cyan = 0, Magento = 0.06, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 165 76 -
CMYK 0 0.06 0.57 0.31
HSL 53.94º 0.39% 0.49% -
HSV(B) 53.94º 0.57% 0.69% -
XYZ 32.44 36.55 12.18 -
YUV 157.84 81.81 140.24 -
System Red Green Blue C M Y K H S L
Decimal 175 165 76 0 0.06 0.57 0.31 53.94 0.39 0.49
Hex AF A5 4C 0 6 39 1F 36 27 31
Octal 257 245 114 0 6 71 37 66 47 61
Binary 10101111 10100101 1001100 0 110 111001 11111 110110 100111 110001

Color Harmonies of #AFA54C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA54C

Black with #AFA54C

Text Example


Text Example

White with #AFA54C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA54C; }

 p { color: rgb(175,165,76); }

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

background-color css

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

 a { background-color: rgb(175,165,76); }

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

border-color css

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

 span { border-color: rgb(175,165,76); }

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