Html Css Color HEX #AF5A1B Rich Gold

📋 copy color: '#AF5A1B'

red 175 ◦ green 90 ◦ blue 27

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

Shades of Rich Gold #AF5A1B

Tints of Rich Gold #AF5A1B

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30.82%

 BLUE value IS 27 (10.94% from 255) = 9.25%

R = 59.93%
G = 30.82%
B = 9.25%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#AF5A1B (or 0xAF5A1B) is known color: Rich Gold. HEX triplet: AF, 5A and 1B. RGB value is (175,90,27). Sum of RGB (Red+Green+Blue) = 175+90+27=292 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.93% from 292); Green value is 90 (35.55% from 255 or 30.82% from 292); Blue value is 27 (10.94% from 255 or 9.25% from 292); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5A1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5A1B is #50A5E4. Grayscale: #6C6C6C. Windows color (decimal): -5285349 or 1792687. OLE color: 1792687.

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

Color convert

RGB 175 90 27 -
CMYK 0 0.49 0.85 0.31
HSL 25.54º 0.73% 0.4% -
HSV(B) 25.54º 0.85% 0.69% -
XYZ 21.53 16.51 3.09 -
YUV 108.23 82.16 175.62 -
System Red Green Blue C M Y K H S L
Decimal 175 90 27 0 0.49 0.85 0.31 25.54 0.73 0.4
Hex AF 5A 1B 0 31 55 1F 1A 49 28
Octal 257 132 33 0 61 125 37 32 111 50
Binary 10101111 1011010 11011 0 110001 1010101 11111 11010 1001001 101000

Color Harmonies of #AF5A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5A1B

Black with #AF5A1B

Text Example


Text Example

White with #AF5A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5A1B; }

 p { color: rgb(175,90,27); }

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

background-color css

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

 a { background-color: rgb(175,90,27); }

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

border-color css

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

 span { border-color: rgb(175,90,27); }

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