Html Css Color HEX #AB670D Golden Brown

📋 copy color: '#AB670D'

red 171 ◦ green 103 ◦ blue 13

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

Shades of Golden Brown #AB670D

Tints of Golden Brown #AB670D

RGB

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

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

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

R = 59.58%
G = 35.89%
B = 4.53%

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

#AB670D (or 0xAB670D) is known color: Golden Brown. HEX triplet: AB, 67 and 0D. RGB value is (171,103,13). Sum of RGB (Red+Green+Blue) = 171+103+13=287 (38% of max value = 765). Red value is 171 (67.19% from 255 or 59.58% from 287); Green value is 103 (40.62% from 255 or 35.89% from 287); Blue value is 13 (5.47% from 255 or 4.53% from 287); Max value from RGB is 171 - color contains mainly: red. Hex color #AB670D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB670D is #5498F2. Grayscale: #717171. Windows color (decimal): -5544179 or 878507. OLE color: 878507.

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

Color convert

RGB 171 103 13 -
CMYK 0 0.40 0.92 0.33
HSL 34.18º 0.86% 0.36% -
HSV(B) 34.18º 0.92% 0.67% -
XYZ 21.72 18.39 2.79 -
YUV 113.07 71.53 169.32 -
System Red Green Blue C M Y K H S L
Decimal 171 103 13 0 0.40 0.92 0.33 34.18 0.86 0.36
Hex AB 67 D 0 28 5C 21 22 56 24
Octal 253 147 15 0 50 134 41 42 126 44
Binary 10101011 1100111 1101 0 101000 1011100 100001 100010 1010110 100100

Color Harmonies of #AB670D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB670D

Black with #AB670D

Text Example


Text Example

White with #AB670D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB670D; }

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

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

background-color css

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

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

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

border-color css

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

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

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