Html Css Color HEX #AB690D Golden Brown

📋 copy color: '#AB690D'

red 171 ◦ green 105 ◦ blue 13

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

Shades of Golden Brown #AB690D

Tints of Golden Brown #AB690D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 36.33%

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

R = 59.17%
G = 36.33%
B = 4.5%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AB690D (or 0xAB690D) is known color: Golden Brown. HEX triplet: AB, 69 and 0D. RGB value is (171,105,13). Sum of RGB (Red+Green+Blue) = 171+105+13=289 (38% of max value = 765). Red value is 171 (67.19% from 255 or 59.17% from 289); Green value is 105 (41.41% from 255 or 36.33% from 289); Blue value is 13 (5.47% from 255 or 4.50% from 289); Max value from RGB is 171 - color contains mainly: red. Hex color #AB690D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB690D is #5496F2. Grayscale: #727272. Windows color (decimal): -5543667 or 879019. OLE color: 879019.

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

Color convert

RGB 171 105 13 -
CMYK 0 0.39 0.92 0.33
HSL 34.94º 0.86% 0.36% -
HSV(B) 34.94º 0.92% 0.67% -
XYZ 21.92 18.79 2.85 -
YUV 114.25 70.87 168.48 -
System Red Green Blue C M Y K H S L
Decimal 171 105 13 0 0.39 0.92 0.33 34.94 0.86 0.36
Hex AB 69 D 0 27 5C 21 23 56 24
Octal 253 151 15 0 47 134 41 43 126 44
Binary 10101011 1101001 1101 0 100111 1011100 100001 100011 1010110 100100

Color Harmonies of #AB690D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB690D

Black with #AB690D

Text Example


Text Example

White with #AB690D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB690D; }

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

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

background-color css

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

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

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

border-color css

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

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

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