Html Css Color HEX #AF551F Rich Gold

📋 copy color: '#AF551F'

red 175 ◦ green 85 ◦ blue 31

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

Shades of Rich Gold #AF551F

Tints of Rich Gold #AF551F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.65%

R = 60.14%
G = 29.21%
B = 10.65%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#AF551F (or 0xAF551F) is known color: Rich Gold. HEX triplet: AF, 55 and 1F. RGB value is (175,85,31). Sum of RGB (Red+Green+Blue) = 175+85+31=291 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.14% from 291); Green value is 85 (33.59% from 255 or 29.21% from 291); Blue value is 31 (12.5% from 255 or 10.65% from 291); Max value from RGB is 175 - color contains mainly: red. Hex color #AF551F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF551F is #50AAE0. Grayscale: #6A6A6A. Windows color (decimal): -5286625 or 2053551. OLE color: 2053551.

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

Color convert

RGB 175 85 31 -
CMYK 0 0.51 0.82 0.31
HSL 22.5º 0.7% 0.4% -
HSV(B) 22.5º 0.82% 0.69% -
XYZ 21.18 15.71 3.21 -
YUV 105.75 85.82 177.39 -
System Red Green Blue C M Y K H S L
Decimal 175 85 31 0 0.51 0.82 0.31 22.5 0.7 0.4
Hex AF 55 1F 0 33 52 1F 16 46 28
Octal 257 125 37 0 63 122 37 26 106 50
Binary 10101111 1010101 11111 0 110011 1010010 11111 10110 1000110 101000

Color Harmonies of #AF551F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF551F

Black with #AF551F

Text Example


Text Example

White with #AF551F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF551F; }

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

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

background-color css

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

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

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

border-color css

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

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

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