Html Css Color HEX #AB6607 Golden Brown

📋 copy color: '#AB6607'

red 171 ◦ green 102 ◦ blue 7

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

Shades of Golden Brown #AB6607

Tints of Golden Brown #AB6607

RGB

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

 GREEN value IS 102 (40.23% from 255) = 36.43%

 BLUE value IS 7 (3.13% from 255) = 2.5%

R = 61.07%
G = 36.43%
B = 2.5%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#AB6607 (or 0xAB6607) is known color: Golden Brown. HEX triplet: AB, 66 and 07. RGB value is (171,102,7). Sum of RGB (Red+Green+Blue) = 171+102+7=280 (37% of max value = 765). Red value is 171 (67.19% from 255 or 61.07% from 280); Green value is 102 (40.23% from 255 or 36.43% from 280); Blue value is 7 (3.12% from 255 or 2.5% from 280); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6607 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB6607 is #5499F8. Grayscale: #707070. Windows color (decimal): -5544441 or 485035. OLE color: 485035.

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

Color convert

RGB 171 102 7 -
CMYK 0 0.40 0.96 0.33
HSL 34.76º 0.92% 0.35% -
HSV(B) 34.76º 0.96% 0.67% -
XYZ 21.58 18.18 2.57 -
YUV 111.8 68.86 170.22 -
System Red Green Blue C M Y K H S L
Decimal 171 102 7 0 0.40 0.96 0.33 34.76 0.92 0.35
Hex AB 66 7 0 28 60 21 23 5C 23
Octal 253 146 7 0 50 140 41 43 134 43
Binary 10101011 1100110 111 0 101000 1100000 100001 100011 1011100 100011

Color Harmonies of #AB6607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6607

Black with #AB6607

Text Example


Text Example

White with #AB6607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6607; }

 p { color: rgb(171,102,7); }

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

background-color css

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

 a { background-color: rgb(171,102,7); }

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

border-color css

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

 span { border-color: rgb(171,102,7); }

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