Html Css Color HEX #AB630F Golden Brown

📋 copy color: '#AB630F'

red 171 ◦ green 99 ◦ blue 15

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

Shades of Golden Brown #AB630F

Tints of Golden Brown #AB630F

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.74%

 BLUE value IS 15 (6.25% from 255) = 5.26%

R = 60%
G = 34.74%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AB630F (or 0xAB630F) is known color: Golden Brown. HEX triplet: AB, 63 and 0F. RGB value is (171,99,15). Sum of RGB (Red+Green+Blue) = 171+99+15=285 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60% from 285); Green value is 99 (39.06% from 255 or 34.74% from 285); Blue value is 15 (6.25% from 255 or 5.26% from 285); Max value from RGB is 171 - color contains mainly: red. Hex color #AB630F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB630F is #549CF0. Grayscale: #6F6F6F. Windows color (decimal): -5545201 or 1008555. OLE color: 1008555.

HSL color Cylindrical-coordinate representation of color #AB630F: hue angle of 32.31º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB630F is Cyan = 0, Magento = 0.42, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 99 15 -
CMYK 0 0.42 0.91 0.33
HSL 32.31º 0.84% 0.36% -
HSV(B) 32.31º 0.91% 0.67% -
XYZ 21.34 17.62 2.73 -
YUV 110.95 73.85 170.83 -
System Red Green Blue C M Y K H S L
Decimal 171 99 15 0 0.42 0.91 0.33 32.31 0.84 0.36
Hex AB 63 F 0 2A 5B 21 20 54 24
Octal 253 143 17 0 52 133 41 40 124 44
Binary 10101011 1100011 1111 0 101010 1011011 100001 100000 1010100 100100

Color Harmonies of #AB630F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB630F

Black with #AB630F

Text Example


Text Example

White with #AB630F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB630F; }

 p { color: rgb(171,99,15); }

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

background-color css

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

 a { background-color: rgb(171,99,15); }

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

border-color css

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

 span { border-color: rgb(171,99,15); }

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