Html Css Color HEX #AB6B0D Golden Brown

📋 copy color: '#AB6B0D'

red 171 ◦ green 107 ◦ blue 13

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

Shades of Golden Brown #AB6B0D

Tints of Golden Brown #AB6B0D

RGB

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

 GREEN value IS 107 (42.19% from 255) = 36.77%

 BLUE value IS 13 (5.47% from 255) = 4.47%

R = 58.76%
G = 36.77%
B = 4.47%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AB6B0D (or 0xAB6B0D) is known color: Golden Brown. HEX triplet: AB, 6B and 0D. RGB value is (171,107,13). Sum of RGB (Red+Green+Blue) = 171+107+13=291 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.76% from 291); Green value is 107 (42.19% from 255 or 36.77% from 291); Blue value is 13 (5.47% from 255 or 4.47% from 291); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6B0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB6B0D is #5494F2. Grayscale: #737373. Windows color (decimal): -5543155 or 879531. OLE color: 879531.

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

Color convert

RGB 171 107 13 -
CMYK 0 0.37 0.92 0.33
HSL 35.7º 0.86% 0.36% -
HSV(B) 35.7º 0.92% 0.67% -
XYZ 22.12 19.2 2.92 -
YUV 115.42 70.2 167.64 -
System Red Green Blue C M Y K H S L
Decimal 171 107 13 0 0.37 0.92 0.33 35.7 0.86 0.36
Hex AB 6B D 0 25 5C 21 24 56 24
Octal 253 153 15 0 45 134 41 44 126 44
Binary 10101011 1101011 1101 0 100101 1011100 100001 100100 1010110 100100

Color Harmonies of #AB6B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6B0D

Black with #AB6B0D

Text Example


Text Example

White with #AB6B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6B0D; }

 p { color: rgb(171,107,13); }

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

background-color css

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

 a { background-color: rgb(171,107,13); }

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

border-color css

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

 span { border-color: rgb(171,107,13); }

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