Html Css Color HEX #AD5B02 Golden Brown

📋 copy color: '#AD5B02'

red 173 ◦ green 91 ◦ blue 2

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

Shades of Golden Brown #AD5B02

Tints of Golden Brown #AD5B02

RGB

 RED value IS 173 (67.97% from 255) = 65.04%

 GREEN value IS 91 (35.94% from 255) = 34.21%

 BLUE value IS 2 (1.17% from 255) = 0.75%

R = 65.04%
G = 34.21%
B = 0.75%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#AD5B02 (or 0xAD5B02) is known color: Golden Brown. HEX triplet: AD, 5B and 02. RGB value is (173,91,2). Sum of RGB (Red+Green+Blue) = 173+91+2=266 (35% of max value = 765). Red value is 173 (67.97% from 255 or 65.04% from 266); Green value is 91 (35.94% from 255 or 34.21% from 266); Blue value is 2 (1.17% from 255 or 0.75% from 266); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5B02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5B02 is #52A4FD. Grayscale: #696969. Windows color (decimal): -5416190 or 154541. OLE color: 154541.

HSL color Cylindrical-coordinate representation of color #AD5B02: hue angle of 31.23º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD5B02 is Cyan = 0, Magento = 0.47, Yellow = 0.99 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 91 2 -
CMYK 0 0.47 0.99 0.32
HSL 31.23º 0.98% 0.34% -
HSV(B) 31.23º 0.99% 0.68% -
XYZ 20.99 16.37 2.11 -
YUV 105.37 69.67 176.24 -
System Red Green Blue C M Y K H S L
Decimal 173 91 2 0 0.47 0.99 0.32 31.23 0.98 0.34
Hex AD 5B 2 0 2F 63 20 1F 62 22
Octal 255 133 2 0 57 143 40 37 142 42
Binary 10101101 1011011 10 0 101111 1100011 100000 11111 1100010 100010

Color Harmonies of #AD5B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5B02

Black with #AD5B02

Text Example


Text Example

White with #AD5B02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5B02; }

 p { color: rgb(173,91,2); }

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

background-color css

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

 a { background-color: rgb(173,91,2); }

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

border-color css

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

 span { border-color: rgb(173,91,2); }

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