Html Css Color HEX #AF831E Hacienda

📋 copy color: '#AF831E'

red 175 ◦ green 131 ◦ blue 30

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

Shades of Hacienda #AF831E

Tints of Hacienda #AF831E

RGB

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

 GREEN value IS 131 (51.56% from 255) = 38.99%

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

R = 52.08%
G = 38.99%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#AF831E (or 0xAF831E) is known color: Hacienda. HEX triplet: AF, 83 and 1E. RGB value is (175,131,30). Sum of RGB (Red+Green+Blue) = 175+131+30=336 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.08% from 336); Green value is 131 (51.56% from 255 or 38.99% from 336); Blue value is 30 (12.11% from 255 or 8.93% from 336); Max value from RGB is 175 - color contains mainly: red. Hex color #AF831E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF831E is #507CE1. Grayscale: #858585. Windows color (decimal): -5274850 or 1999791. OLE color: 1999791.

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

Color convert

RGB 175 131 30 -
CMYK 0 0.25 0.83 0.31
HSL 41.79º 0.71% 0.4% -
HSV(B) 41.79º 0.83% 0.69% -
XYZ 26.03 25.44 4.77 -
YUV 132.64 70.08 158.21 -
System Red Green Blue C M Y K H S L
Decimal 175 131 30 0 0.25 0.83 0.31 41.79 0.71 0.4
Hex AF 83 1E 0 19 53 1F 2A 47 28
Octal 257 203 36 0 31 123 37 52 107 50
Binary 10101111 10000011 11110 0 11001 1010011 11111 101010 1000111 101000

Color Harmonies of #AF831E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF831E

Black with #AF831E

Text Example


Text Example

White with #AF831E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF831E; }

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

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

background-color css

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

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

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

border-color css

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

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

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