Html Css Color HEX #AB670E Golden Brown

📋 copy color: '#AB670E'

red 171 ◦ green 103 ◦ blue 14

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

Shades of Golden Brown #AB670E

Tints of Golden Brown #AB670E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.86%

R = 59.38%
G = 35.76%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AB670E (or 0xAB670E) is known color: Golden Brown. HEX triplet: AB, 67 and 0E. RGB value is (171,103,14). Sum of RGB (Red+Green+Blue) = 171+103+14=288 (38% of max value = 765). Red value is 171 (67.19% from 255 or 59.38% from 288); Green value is 103 (40.62% from 255 or 35.76% from 288); Blue value is 14 (5.86% from 255 or 4.86% from 288); Max value from RGB is 171 - color contains mainly: red. Hex color #AB670E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB670E is #5498F1. Grayscale: #717171. Windows color (decimal): -5544178 or 944043. OLE color: 944043.

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

Color convert

RGB 171 103 14 -
CMYK 0 0.40 0.92 0.33
HSL 34.01º 0.85% 0.36% -
HSV(B) 34.01º 0.92% 0.67% -
XYZ 21.72 18.39 2.82 -
YUV 113.19 72.03 169.24 -
System Red Green Blue C M Y K H S L
Decimal 171 103 14 0 0.40 0.92 0.33 34.01 0.85 0.36
Hex AB 67 E 0 28 5C 21 22 55 24
Octal 253 147 16 0 50 134 41 42 125 44
Binary 10101011 1100111 1110 0 101000 1011100 100001 100010 1010101 100100

Color Harmonies of #AB670E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB670E

Black with #AB670E

Text Example


Text Example

White with #AB670E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB670E; }

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

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

background-color css

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

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

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

border-color css

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

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

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