Html Css Color HEX #AF7E1D Hacienda

📋 copy color: '#AF7E1D'

red 175 ◦ green 126 ◦ blue 29

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

Shades of Hacienda #AF7E1D

Tints of Hacienda #AF7E1D

RGB

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

 GREEN value IS 126 (49.61% from 255) = 38.18%

 BLUE value IS 29 (11.72% from 255) = 8.79%

R = 53.03%
G = 38.18%
B = 8.79%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#AF7E1D (or 0xAF7E1D) is known color: Hacienda. HEX triplet: AF, 7E and 1D. RGB value is (175,126,29). Sum of RGB (Red+Green+Blue) = 175+126+29=330 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.03% from 330); Green value is 126 (49.61% from 255 or 38.18% from 330); Blue value is 29 (11.72% from 255 or 8.79% from 330); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7E1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7E1D is #5081E2. Grayscale: #828282. Windows color (decimal): -5276131 or 1932975. OLE color: 1932975.

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

Color convert

RGB 175 126 29 -
CMYK 0 0.28 0.83 0.31
HSL 39.86º 0.72% 0.4% -
HSV(B) 39.86º 0.83% 0.69% -
XYZ 25.36 24.12 4.48 -
YUV 129.59 71.23 160.39 -
System Red Green Blue C M Y K H S L
Decimal 175 126 29 0 0.28 0.83 0.31 39.86 0.72 0.4
Hex AF 7E 1D 0 1C 53 1F 28 48 28
Octal 257 176 35 0 34 123 37 50 110 50
Binary 10101111 1111110 11101 0 11100 1010011 11111 101000 1001000 101000

Color Harmonies of #AF7E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7E1D

Black with #AF7E1D

Text Example


Text Example

White with #AF7E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7E1D; }

 p { color: rgb(175,126,29); }

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

background-color css

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

 a { background-color: rgb(175,126,29); }

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

border-color css

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

 span { border-color: rgb(175,126,29); }

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