Html Css Color HEX #AB6705 Golden Brown

📋 copy color: '#AB6705'

red 171 ◦ green 103 ◦ blue 5

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

Shades of Golden Brown #AB6705

Tints of Golden Brown #AB6705

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.79%

R = 61.29%
G = 36.92%
B = 1.79%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#AB6705 (or 0xAB6705) is known color: Golden Brown. HEX triplet: AB, 67 and 05. RGB value is (171,103,5). Sum of RGB (Red+Green+Blue) = 171+103+5=279 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.29% from 279); Green value is 103 (40.62% from 255 or 36.92% from 279); Blue value is 5 (2.34% from 255 or 1.79% from 279); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6705 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB6705 is #5498FA. Grayscale: #707070. Windows color (decimal): -5544187 or 354219. OLE color: 354219.

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

Color convert

RGB 171 103 5 -
CMYK 0 0.40 0.97 0.33
HSL 35.42º 0.94% 0.35% -
HSV(B) 35.42º 0.97% 0.67% -
XYZ 21.67 18.37 2.55 -
YUV 112.16 67.53 169.97 -
System Red Green Blue C M Y K H S L
Decimal 171 103 5 0 0.40 0.97 0.33 35.42 0.94 0.35
Hex AB 67 5 0 28 61 21 23 5E 23
Octal 253 147 5 0 50 141 41 43 136 43
Binary 10101011 1100111 101 0 101000 1100001 100001 100011 1011110 100011

Color Harmonies of #AB6705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6705

Black with #AB6705

Text Example


Text Example

White with #AB6705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6705; }

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

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

background-color css

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

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

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

border-color css

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

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

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