Html Css Color HEX #AFA237 Brass

📋 copy color: '#AFA237'

red 175 ◦ green 162 ◦ blue 55

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

Shades of Brass #AFA237

Tints of Brass #AFA237

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 14.03%

R = 44.64%
G = 41.33%
B = 14.03%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#AFA237 (or 0xAFA237) is known color: Brass. HEX triplet: AF, A2 and 37. RGB value is (175,162,55). Sum of RGB (Red+Green+Blue) = 175+162+55=392 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.64% from 392); Green value is 162 (63.67% from 255 or 41.33% from 392); Blue value is 55 (21.88% from 255 or 14.03% from 392); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA237 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA237 is #505DC8. Grayscale: #9A9A9A. Windows color (decimal): -5266889 or 3646127. OLE color: 3646127.

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

Color convert

RGB 175 162 55 -
CMYK 0 0.07 0.69 0.31
HSL 53.5º 0.52% 0.45% -
HSV(B) 53.5º 0.69% 0.69% -
XYZ 31.29 35.23 8.77 -
YUV 153.69 72.31 143.2 -
System Red Green Blue C M Y K H S L
Decimal 175 162 55 0 0.07 0.69 0.31 53.5 0.52 0.45
Hex AF A2 37 0 7 45 1F 36 34 2D
Octal 257 242 67 0 7 105 37 66 64 55
Binary 10101111 10100010 110111 0 111 1000101 11111 110110 110100 101101

Color Harmonies of #AFA237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA237

Black with #AFA237

Text Example


Text Example

White with #AFA237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA237; }

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

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

background-color css

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

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

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

border-color css

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

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

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