Html Css Color HEX #AF551C Rich Gold

📋 copy color: '#AF551C'

red 175 ◦ green 85 ◦ blue 28

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

Shades of Rich Gold #AF551C

Tints of Rich Gold #AF551C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.72%

R = 60.76%
G = 29.51%
B = 9.72%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#AF551C (or 0xAF551C) is known color: Rich Gold. HEX triplet: AF, 55 and 1C. RGB value is (175,85,28). Sum of RGB (Red+Green+Blue) = 175+85+28=288 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.76% from 288); Green value is 85 (33.59% from 255 or 29.51% from 288); Blue value is 28 (11.33% from 255 or 9.72% from 288); Max value from RGB is 175 - color contains mainly: red. Hex color #AF551C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF551C is #50AAE3. Grayscale: #696969. Windows color (decimal): -5286628 or 1856943. OLE color: 1856943.

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

Color convert

RGB 175 85 28 -
CMYK 0 0.51 0.84 0.31
HSL 23.27º 0.72% 0.4% -
HSV(B) 23.27º 0.84% 0.69% -
XYZ 21.14 15.69 3.01 -
YUV 105.41 84.32 177.63 -
System Red Green Blue C M Y K H S L
Decimal 175 85 28 0 0.51 0.84 0.31 23.27 0.72 0.4
Hex AF 55 1C 0 33 54 1F 17 48 28
Octal 257 125 34 0 63 124 37 27 110 50
Binary 10101111 1010101 11100 0 110011 1010100 11111 10111 1001000 101000

Color Harmonies of #AF551C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF551C

Black with #AF551C

Text Example


Text Example

White with #AF551C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF551C; }

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

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

background-color css

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

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

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

border-color css

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

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

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