Html Css Color HEX #AF531E Rich Gold

📋 copy color: '#AF531E'

red 175 ◦ green 83 ◦ blue 30

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

Shades of Rich Gold #AF531E

Tints of Rich Gold #AF531E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.82%

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

R = 60.76%
G = 28.82%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#AF531E (or 0xAF531E) is known color: Rich Gold. HEX triplet: AF, 53 and 1E. RGB value is (175,83,30). Sum of RGB (Red+Green+Blue) = 175+83+30=288 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.76% from 288); Green value is 83 (32.81% from 255 or 28.82% from 288); Blue value is 30 (12.11% from 255 or 10.42% from 288); Max value from RGB is 175 - color contains mainly: red. Hex color #AF531E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF531E is #50ACE1. Grayscale: #686868. Windows color (decimal): -5287138 or 1987503. OLE color: 1987503.

HSL color Cylindrical-coordinate representation of color #AF531E: hue angle of 21.93º 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 #AF531E is Cyan = 0, Magento = 0.53, Yellow = 0.83 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 83 30 -
CMYK 0 0.53 0.83 0.31
HSL 21.93º 0.71% 0.4% -
HSV(B) 21.93º 0.83% 0.69% -
XYZ 21.01 15.39 3.09 -
YUV 104.47 85.98 178.31 -
System Red Green Blue C M Y K H S L
Decimal 175 83 30 0 0.53 0.83 0.31 21.93 0.71 0.4
Hex AF 53 1E 0 35 53 1F 16 47 28
Octal 257 123 36 0 65 123 37 26 107 50
Binary 10101111 1010011 11110 0 110101 1010011 11111 10110 1000111 101000

Color Harmonies of #AF531E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF531E

Black with #AF531E

Text Example


Text Example

White with #AF531E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF531E; }

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

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

background-color css

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

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

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

border-color css

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

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

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