Html Css Color HEX #AF551E Rich Gold

📋 copy color: '#AF551E'

red 175 ◦ green 85 ◦ blue 30

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

Shades of Rich Gold #AF551E

Tints of Rich Gold #AF551E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.31%

 BLUE value IS 30 (12.11% from 255) = 10.34%

R = 60.34%
G = 29.31%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#AF551E (or 0xAF551E) is known color: Rich Gold. HEX triplet: AF, 55 and 1E. RGB value is (175,85,30). Sum of RGB (Red+Green+Blue) = 175+85+30=290 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.34% from 290); Green value is 85 (33.59% from 255 or 29.31% from 290); Blue value is 30 (12.11% from 255 or 10.34% from 290); Max value from RGB is 175 - color contains mainly: red. Hex color #AF551E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF551E is #50AAE1. Grayscale: #696969. Windows color (decimal): -5286626 or 1988015. OLE color: 1988015.

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

Color convert

RGB 175 85 30 -
CMYK 0 0.51 0.83 0.31
HSL 22.76º 0.71% 0.4% -
HSV(B) 22.76º 0.83% 0.69% -
XYZ 21.16 15.7 3.14 -
YUV 105.64 85.32 177.47 -
System Red Green Blue C M Y K H S L
Decimal 175 85 30 0 0.51 0.83 0.31 22.76 0.71 0.4
Hex AF 55 1E 0 33 53 1F 17 47 28
Octal 257 125 36 0 63 123 37 27 107 50
Binary 10101111 1010101 11110 0 110011 1010011 11111 10111 1000111 101000

Color Harmonies of #AF551E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF551E

Black with #AF551E

Text Example


Text Example

White with #AF551E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF551E; }

 p { color: rgb(175,85,30); }

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

background-color css

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

 a { background-color: rgb(175,85,30); }

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

border-color css

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

 span { border-color: rgb(175,85,30); }

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