Html Css Color HEX #AF6B01 Golden Brown

📋 copy color: '#AF6B01'

red 175 ◦ green 107 ◦ blue 1

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

Shades of Golden Brown #AF6B01

Tints of Golden Brown #AF6B01

RGB

 RED value IS 175 (68.75% from 255) = 61.84%

 GREEN value IS 107 (42.19% from 255) = 37.81%

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

R = 61.84%
G = 37.81%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#AF6B01 (or 0xAF6B01) is known color: Golden Brown. HEX triplet: AF, 6B and 01. RGB value is (175,107,1). Sum of RGB (Red+Green+Blue) = 175+107+1=283 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.84% from 283); Green value is 107 (42.19% from 255 or 37.81% from 283); Blue value is 1 (0.78% from 255 or 0.35% from 283); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6B01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6B01 is #5094FE. Grayscale: #737373. Windows color (decimal): -5281023 or 93103. OLE color: 93103.

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

Color convert

RGB 175 107 1 -
CMYK 0 0.39 0.99 0.31
HSL 36.55º 0.99% 0.35% -
HSV(B) 36.55º 0.99% 0.69% -
XYZ 22.94 19.63 2.61 -
YUV 115.25 63.53 170.62 -
System Red Green Blue C M Y K H S L
Decimal 175 107 1 0 0.39 0.99 0.31 36.55 0.99 0.35
Hex AF 6B 1 0 27 63 1F 25 63 23
Octal 257 153 1 0 47 143 37 45 143 43
Binary 10101111 1101011 1 0 100111 1100011 11111 100101 1100011 100011

Color Harmonies of #AF6B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6B01

Black with #AF6B01

Text Example


Text Example

White with #AF6B01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6B01; }

 p { color: rgb(175,107,1); }

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

background-color css

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

 a { background-color: rgb(175,107,1); }

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

border-color css

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

 span { border-color: rgb(175,107,1); }

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