Html Css Color HEX #AB6318 Golden Brown

📋 copy color: '#AB6318'

red 171 ◦ green 99 ◦ blue 24

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

Shades of Golden Brown #AB6318

Tints of Golden Brown #AB6318

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33.67%

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

R = 58.16%
G = 33.67%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AB6318 (or 0xAB6318) is known color: Golden Brown. HEX triplet: AB, 63 and 18. RGB value is (171,99,24). Sum of RGB (Red+Green+Blue) = 171+99+24=294 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.16% from 294); Green value is 99 (39.06% from 255 or 33.67% from 294); Blue value is 24 (9.77% from 255 or 8.16% from 294); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6318 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB6318 is #549CE7. Grayscale: #707070. Windows color (decimal): -5545192 or 1598379. OLE color: 1598379.

HSL color Cylindrical-coordinate representation of color #AB6318: hue angle of 30.61º 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 #AB6318 is Cyan = 0, Magento = 0.42, Yellow = 0.86 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 99 24 -
CMYK 0 0.42 0.86 0.33
HSL 30.61º 0.75% 0.38% -
HSV(B) 30.61º 0.86% 0.67% -
XYZ 21.42 17.65 3.14 -
YUV 111.98 78.35 170.1 -
System Red Green Blue C M Y K H S L
Decimal 171 99 24 0 0.42 0.86 0.33 30.61 0.75 0.38
Hex AB 63 18 0 2A 56 21 1F 4B 26
Octal 253 143 30 0 52 126 41 37 113 46
Binary 10101011 1100011 11000 0 101010 1010110 100001 11111 1001011 100110

Color Harmonies of #AB6318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6318

Black with #AB6318

Text Example


Text Example

White with #AB6318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6318; }

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

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

background-color css

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

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

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

border-color css

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

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

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