Html Css Color HEX #A75F01 Golden Brown

📋 copy color: '#A75F01'

red 167 ◦ green 95 ◦ blue 1

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

Shades of Golden Brown #A75F01

Tints of Golden Brown #A75F01

RGB

 RED value IS 167 (65.63% from 255) = 63.5%

 GREEN value IS 95 (37.5% from 255) = 36.12%

 BLUE value IS 1 (0.78% from 255) = 0.38%

R = 63.5%
G = 36.12%
B = 0.38%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A75F01 (or 0xA75F01) is known color: Golden Brown. HEX triplet: A7, 5F and 01. RGB value is (167,95,1). Sum of RGB (Red+Green+Blue) = 167+95+1=263 (34% of max value = 765). Red value is 167 (65.62% from 255 or 63.50% from 263); Green value is 95 (37.5% from 255 or 36.12% from 263); Blue value is 1 (0.78% from 255 or 0.38% from 263); Max value from RGB is 167 - color contains mainly: red. Hex color #A75F01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A75F01 is #58A0FE. Grayscale: #6A6A6A. Windows color (decimal): -5808383 or 90023. OLE color: 90023.

HSL color Cylindrical-coordinate representation of color #A75F01: hue angle of 33.98º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A75F01 is Cyan = 0, Magento = 0.43, Yellow = 0.99 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 95 1 -
CMYK 0 0.43 0.99 0.35
HSL 33.98º 0.99% 0.33% -
HSV(B) 33.98º 0.99% 0.65% -
XYZ 20.03 16.4 2.14 -
YUV 105.81 68.85 171.64 -
System Red Green Blue C M Y K H S L
Decimal 167 95 1 0 0.43 0.99 0.35 33.98 0.99 0.33
Hex A7 5F 1 0 2B 63 23 22 63 21
Octal 247 137 1 0 53 143 43 42 143 41
Binary 10100111 1011111 1 0 101011 1100011 100011 100010 1100011 100001

Color Harmonies of #A75F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75F01

Black with #A75F01

Text Example


Text Example

White with #A75F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75F01; }

 p { color: rgb(167,95,1); }

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

background-color css

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

 a { background-color: rgb(167,95,1); }

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

border-color css

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

 span { border-color: rgb(167,95,1); }

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