Html Css Color HEX #AB6718 Golden Brown

📋 copy color: '#AB6718'

red 171 ◦ green 103 ◦ blue 24

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

Shades of Golden Brown #AB6718

Tints of Golden Brown #AB6718

RGB

 RED value IS 171 (67.19% from 255) = 57.38%

 GREEN value IS 103 (40.63% from 255) = 34.56%

 BLUE value IS 24 (9.77% from 255) = 8.05%

R = 57.38%
G = 34.56%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AB6718 (or 0xAB6718) is known color: Golden Brown. HEX triplet: AB, 67 and 18. RGB value is (171,103,24). Sum of RGB (Red+Green+Blue) = 171+103+24=298 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.38% from 298); Green value is 103 (40.62% from 255 or 34.56% from 298); Blue value is 24 (9.77% from 255 or 8.05% from 298); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6718 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB6718 is #5498E7. Grayscale: #727272. Windows color (decimal): -5544168 or 1599403. OLE color: 1599403.

HSL color Cylindrical-coordinate representation of color #AB6718: hue angle of 32.24º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AB6718 is Cyan = 0, Magento = 0.40, Yellow = 0.86 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 103 24 -
CMYK 0 0.40 0.86 0.33
HSL 32.24º 0.75% 0.38% -
HSV(B) 32.24º 0.86% 0.67% -
XYZ 21.81 18.42 3.27 -
YUV 114.33 77.03 168.42 -
System Red Green Blue C M Y K H S L
Decimal 171 103 24 0 0.40 0.86 0.33 32.24 0.75 0.38
Hex AB 67 18 0 28 56 21 20 4B 26
Octal 253 147 30 0 50 126 41 40 113 46
Binary 10101011 1100111 11000 0 101000 1010110 100001 100000 1001011 100110

Color Harmonies of #AB6718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6718

Black with #AB6718

Text Example


Text Example

White with #AB6718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6718; }

 p { color: rgb(171,103,24); }

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

background-color css

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

 a { background-color: rgb(171,103,24); }

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

border-color css

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

 span { border-color: rgb(171,103,24); }

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